/* line 17, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/_base.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 5, ../sass/_base.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-family: "Microsoft JhengHei", "微軟正黑體";
}

/* line 9, ../sass/_base.scss */
a {
  color: inherit;
  text-decoration: none;
}

/* line 16, ../sass/_base.scss */
.with_hover .hover {
  display: none;
}
/* line 22, ../sass/_base.scss */
.with_hover:hover img {
  display: none;
}
/* line 26, ../sass/_base.scss */
.with_hover:hover img.hover {
  display: inline-block;
}

/* line 33, ../sass/_base.scss */
li.ui-state-active a.tabs_link img {
  display: none;
}
/* line 36, ../sass/_base.scss */
li.ui-state-active a.tabs_link img.hover {
  display: inline-block;
}

/* line 41, ../sass/_base.scss */
html {
  height: 100%;
}

/* line 45, ../sass/_base.scss */
body {
  font-family: "Microsoft JhengHei", "微軟正黑體";
  background-color: #000;
  height: 100%;
  color: #FFF;
}
/* line 51, ../sass/_base.scss */
body #lightBox_wrapper {
  display: none;
}

@media (max-width: 1008px) {
  /* line 57, ../sass/_base.scss */
  body {
    width: 1008px;
  }
}
/* line 1, ../sass/_header.scss */
#header {
  background: #FFF;
  padding: 20px 0;
  width: 100%;
}
/* line 6, ../sass/_header.scss */
#header .header_inner {
  width: 1008px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1008px) {
  /* line 14, ../sass/_header.scss */
  #header {
    width: 1008px;
  }
}
/* line 1, ../sass/_footer.scss */
#footer {
  background: #E1E1E1;
  padding: 15px;
  width: 100%;
  color: #000;
}
/* line 7, ../sass/_footer.scss */
#footer .footer_inner {
  text-align: left;
}
/* line 10, ../sass/_footer.scss */
#footer .footer_inner .footer_content {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
/* line 15, ../sass/_footer.scss */
#footer .footer_inner .footer_content.label {
  color: #EF366C;
}
/* line 19, ../sass/_footer.scss */
#footer .footer_inner .footer_content .link_img {
  vertical-align: middle;
  margin-right: 5px;
}
/* line 25, ../sass/_footer.scss */
#footer .footer_inner .footer_content:last-child {
  margin-right: 0px;
}
/* line 29, ../sass/_footer.scss */
#footer .footer_inner .footer_content.label {
  font-weight: bold;
}

@media (max-width: 1180px) {
  /* line 37, ../sass/_footer.scss */
  #footer .footer_inner {
    width: 100%;
  }
  /* line 40, ../sass/_footer.scss */
  #footer .footer_inner .footer_content {
    font-size: 12px;
  }
}
@media (max-width: 1008px) {
  /* line 47, ../sass/_footer.scss */
  #footer {
    width: 1008px;
  }
  /* line 50, ../sass/_footer.scss */
  #footer .footer_inner {
    width: 100%;
  }
}
/* line 5, ../sass/_index.scss */
#index .partials .partial_inner {
  width: 1008px;
  text-align: center;
  margin: 0 auto;
  padding: 15px 0;
  position: relative;
}
/* line 13, ../sass/_index.scss */
#index .partials.top {
  background: url("../images/bg_1.png") repeat center top;
}
/* line 16, ../sass/_index.scss */
#index .partials.top .p_title {
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 28px;
}
/* line 21, ../sass/_index.scss */
#index .partials.top .p_title .pink {
  display: inline-block;
  color: #EF366C;
  margin-bottom: 20px;
  padding-bottom: 2px;
  border-bottom: 2px solid #EF366C;
}
/* line 29, ../sass/_index.scss */
#index .partials.top .p_title .white {
  font-size: 23px;
}
/* line 34, ../sass/_index.scss */
#index .partials.top .title_links {
  position: absolute;
  top: 10px;
  right: 10px;
}
/* line 39, ../sass/_index.scss */
#index .partials.top .title_links .title_link {
  display: inline-block;
}
/* line 42, ../sass/_index.scss */
#index .partials.top .title_links .title_link.st {
  margin-right: 5px;
}
/* line 49, ../sass/_index.scss */
#index .partials.middle {
  background: #E1E1E1;
}
/* line 52, ../sass/_index.scss */
#index .partials.middle .shoes_wrapper {
  display: inline-block;
  margin: 0 7px;
  color: #000;
  font-size: 15px;
  width: 235px;
}
/* line 61, ../sass/_index.scss */
#index .partials.middle .shoes_wrapper .shoes_content .shoes_text {
  padding-top: 10px;
  font-weight: bold;
}
/* line 69, ../sass/_index.scss */
#index .partials.bottom {
  background: url("../images/bg_2.png") repeat center top;
}
/* line 72, ../sass/_index.scss */
#index .partials.bottom .partial_top {
  overflow: hidden;
  padding: 0 20px;
}
/* line 76, ../sass/_index.scss */
#index .partials.bottom .partial_top .content_left {
  float: left;
}
/* line 79, ../sass/_index.scss */
#index .partials.bottom .partial_top .content_left .left_title {
  overflow: hidden;
  padding-bottom: 10px;
  font-weight: bold;
}
/* line 84, ../sass/_index.scss */
#index .partials.bottom .partial_top .content_left .left_title .bracket {
  float: left;
}
/* line 88, ../sass/_index.scss */
#index .partials.bottom .partial_top .content_left .left_title .title_text {
  float: left;
  font-size: 22px;
  line-height: 37px;
}
/* line 93, ../sass/_index.scss */
#index .partials.bottom .partial_top .content_left .left_title .title_text.pink {
  color: #EF366C;
}
/* line 98, ../sass/_index.scss */
#index .partials.bottom .partial_top .content_left .left_title .fb_share {
  cursor: pointer;
  display: inline-block;
  float: right;
}
/* line 103, ../sass/_index.scss */
#index .partials.bottom .partial_top .content_left .left_title .fb_share .f {
  vertical-align: middle;
}
/* line 107, ../sass/_index.scss */
#index .partials.bottom .partial_top .content_left .left_title .fb_share .fb_text {
  vertical-align: middle;
  font-size: 23px;
}
/* line 115, ../sass/_index.scss */
#index .partials.bottom .partial_top .content_right {
  float: right;
  padding: 30px 0;
  font-weight: bold;
}
/* line 120, ../sass/_index.scss */
#index .partials.bottom .partial_top .content_right .right_title {
  color: #EF366C;
  font-size: 20px;
  padding-bottom: 25px;
  text-align: left;
}
/* line 127, ../sass/_index.scss */
#index .partials.bottom .partial_top .content_right .right_content {
  font-size: 15px;
  text-align: left;
  padding-bottom: 15px;
}
/* line 133, ../sass/_index.scss */
#index .partials.bottom .partial_top .content_right .links_group {
  width: 186px;
  margin: 20px auto;
  color: #EF366C;
  border-top: 1px solid #EF366C;
}
/* line 139, ../sass/_index.scss */
#index .partials.bottom .partial_top .content_right .links_group .links {
  display: block;
  border-bottom: 1px solid #EF366C;
  padding: 20px 0;
}
/* line 144, ../sass/_index.scss */
#index .partials.bottom .partial_top .content_right .links_group .links .links_text {
  font-size: 24px;
  letter-spacing: 5px;
}
/* line 148, ../sass/_index.scss */
#index .partials.bottom .partial_top .content_right .links_group .links .links_text.times {
  font-size: 14px;
  display: block;
  padding-top: 5px;
  letter-spacing: initial;
}
/* line 156, ../sass/_index.scss */
#index .partials.bottom .partial_top .content_right .links_group .links:hover {
  color: #FFF;
  background: #EF366C;
}
/* line 165, ../sass/_index.scss */
#index .partials.bottom .partial_bottom {
  text-align: center;
  padding: 20px 0;
}
/* line 169, ../sass/_index.scss */
#index .partials.bottom .partial_bottom .bottom_block {
  display: inline-block;
  margin-right: 5px;
  width: 193px;
}
/* line 174, ../sass/_index.scss */
#index .partials.bottom .partial_bottom .bottom_block:last-child {
  margin: 0px;
}
/* line 178, ../sass/_index.scss */
#index .partials.bottom .partial_bottom .bottom_block .block_title {
  display: block;
  padding: 0 5px 10px;
  overflow: hidden;
}
/* line 183, ../sass/_index.scss */
#index .partials.bottom .partial_bottom .bottom_block .block_title:hover {
  color: #EF366C;
}
/* line 187, ../sass/_index.scss */
#index .partials.bottom .partial_bottom .bottom_block .block_title .bracket {
  height: 20px;
  width: auto;
  margin-top: 14px;
}
/* line 192, ../sass/_index.scss */
#index .partials.bottom .partial_bottom .bottom_block .block_title .bracket.left {
  float: left;
  padding-right: 5px;
}
/* line 197, ../sass/_index.scss */
#index .partials.bottom .partial_bottom .bottom_block .block_title .bracket.right {
  float: right;
  padding-left: 5px;
}
/* line 203, ../sass/_index.scss */
#index .partials.bottom .partial_bottom .bottom_block .block_title .title_text {
  display: inline-block;
  padding-top: 4px;
  font-size: 16px;
  width: 138px;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
}
/* line 214, ../sass/_index.scss */
#index .partials.bottom .partial_bottom .bottom_block .block_content {
  background: #FFF;
  padding: 10px;
}
/* line 218, ../sass/_index.scss */
#index .partials.bottom .partial_bottom .bottom_block .block_content .block_link {
  display: inline-block;
}
/* line 221, ../sass/_index.scss */
#index .partials.bottom .partial_bottom .bottom_block .block_content .block_link .block_text {
  color: #000;
  text-align: left;
  line-height: 25px;
  font-size: 15px;
  margin-top: 10px;
}
/* line 230, ../sass/_index.scss */
#index .partials.bottom .partial_bottom .bottom_block .block_content .fb_share {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
/* line 244, ../sass/_index.scss */
#index #lightBox_wrapper #mask {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 999;
}
/* line 256, ../sass/_index.scss */
#index #lightBox_wrapper #lightBox_content {
  z-index: 1000;
}
/* line 259, ../sass/_index.scss */
#index #lightBox_wrapper #lightBox_content.product {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -340px;
}
/* line 267, ../sass/_index.scss */
#index #lightBox_wrapper #lightBox_content.custumer {
  background: url("../images/lb_bg.png") no-repeat;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 681px;
  height: 401px;
  margin-top: -200px;
  margin-left: -340px;
  padding: 20px 10px;
}
/* line 279, ../sass/_index.scss */
#index #lightBox_wrapper #lightBox_content .customer_form {
  display: none;
}
/* line 282, ../sass/_index.scss */
#index #lightBox_wrapper #lightBox_content .customer_form .lb_title {
  color: #EF366C;
  font-size: 20px;
  text-align: center;
  padding: 20px 0 30px;
}
/* line 289, ../sass/_index.scss */
#index #lightBox_wrapper #lightBox_content .customer_form .wrappers {
  padding-bottom: 20px;
  width: 380px;
  margin: 0 auto;
}
/* line 294, ../sass/_index.scss */
#index #lightBox_wrapper #lightBox_content .customer_form .wrappers label {
  display: inline-block;
  width: 90px;
  text-align: left;
  margin-right: 20px;
  font-size: 20px;
  vertical-align: middle;
}
/* line 303, ../sass/_index.scss */
#index #lightBox_wrapper #lightBox_content .customer_form .wrappers .inputs {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  width: 265px;
  padding: 5px;
  font-size: 20px;
  outline: 0;
}
/* line 311, ../sass/_index.scss */
#index #lightBox_wrapper #lightBox_content .customer_form .wrappers .desc {
  display: block;
  padding: 5px 0 0 115px;
  font-size: 14px;
}
/* line 317, ../sass/_index.scss */
#index #lightBox_wrapper #lightBox_content .customer_form .wrappers.privacy {
  text-align: center;
}
/* line 320, ../sass/_index.scss */
#index #lightBox_wrapper #lightBox_content .customer_form .wrappers.privacy .privacy_link {
  text-decoration: underline;
}
/* line 326, ../sass/_index.scss */
#index #lightBox_wrapper #lightBox_content .customer_form #submit {
  font-family: "Microsoft JhengHei", "微軟正黑體";
  display: block;
  border: none;
  background: #EF366C;
  color: #FFF;
  width: 150px;
  font-size: 20px;
  padding: 10px 0;
  cursor: pointer;
  margin: 0 auto;
}
/* line 340, ../sass/_index.scss */
#index #lightBox_wrapper #lightBox_content .close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
/* line 348, ../sass/_index.scss */
#index #lightBox_awards {
  display: none;
}
/* line 351, ../sass/_index.scss */
#index #lightBox_awards #mask_awards {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
/* line 362, ../sass/_index.scss */
#index #lightBox_awards #lightBox_content_awards {
  background: url("../images/awards_bg.png") repeat-y top;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -340px;
  width: 680px;
  height: auto;
  text-align: center;
}
/* line 372, ../sass/_index.scss */
#index #lightBox_awards #lightBox_content_awards .close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
/* line 378, ../sass/_index.scss */
#index #lightBox_awards #lightBox_content_awards .awards_wrapper {
  padding-top: 20px;
}
/* line 381, ../sass/_index.scss */
#index #lightBox_awards #lightBox_content_awards .awards_wrapper .award_title {
  display: inline-block;
  font-size: 24px;
  color: #EF366C;
  border-bottom: 2px solid #EF366C;
  padding-bottom: 3px;
  margin-bottom: 20px;
}
/* line 392, ../sass/_index.scss */
#index #lightBox_awards #lightBox_content_awards .awards_wrapper .awards_inner .award_subtitle {
  font-size: 20px;
  color: #EF366C;
  padding-bottom: 20px;
}
/* line 398, ../sass/_index.scss */
#index #lightBox_awards #lightBox_content_awards .awards_wrapper .awards_inner .inner_list {
  font-size: 15px;
  overflow: hidden;
  display: inline-block;
  text-align: left;
  padding-bottom: 20px;
}
/* line 405, ../sass/_index.scss */
#index #lightBox_awards #lightBox_content_awards .awards_wrapper .awards_inner .inner_list .list_left {
  float: left;
  border-right: 2px solid #FFF;
  padding-right: 15px;
  width: 305px;
}
/* line 412, ../sass/_index.scss */
#index #lightBox_awards #lightBox_content_awards .awards_wrapper .awards_inner .inner_list .list_right {
  float: right;
  padding-left: 15px;
  width: 305px;
}
/* line 418, ../sass/_index.scss */
#index #lightBox_awards #lightBox_content_awards .awards_wrapper .awards_inner .inner_list .list_content {
  padding-bottom: 5px;
}
/* line 420, ../sass/_index.scss */
#index #lightBox_awards #lightBox_content_awards .awards_wrapper .awards_inner .inner_list .list_content .name {
  padding-right: 20px;
}

/* line 3, ../sass/_informations.scss */
#informations #container {
  background: url("../images/info/info_bg.png") repeat center -110px;
}
/* line 6, ../sass/_informations.scss */
#informations #container .mainContent {
  width: 1008px;
  text-align: left;
  margin: 0 auto;
  padding: 15px;
  position: relative;
}
/* line 13, ../sass/_informations.scss */
#informations #container .mainContent .decimal {
  list-style: decimal;
}
/* line 17, ../sass/_informations.scss */
#informations #container .mainContent .disc {
  list-style: disc;
}
/* line 21, ../sass/_informations.scss */
#informations #container .mainContent .main_title {
  font-size: 28px;
  text-align: center;
  padding: 30px 0;
}
/* line 29, ../sass/_informations.scss */
#informations #container .mainContent .main_wrap .content_wrapper {
  padding-bottom: 20px;
}
/* line 32, ../sass/_informations.scss */
#informations #container .mainContent .main_wrap .content_wrapper .info_title {
  font-size: 18px;
  color: #FF2828;
  padding-bottom: 10px;
  font-weight: bold;
  margin-left: -10px;
}
/* line 40, ../sass/_informations.scss */
#informations #container .mainContent .main_wrap .content_wrapper .info_content {
  line-height: 25px;
}
/* line 43, ../sass/_informations.scss */
#informations #container .mainContent .main_wrap .content_wrapper .info_content .prize_wrapper {
  padding-bottom: 10px;
}
/* line 46, ../sass/_informations.scss */
#informations #container .mainContent .main_wrap .content_wrapper .info_content .prize_wrapper .prize_img {
  vertical-align: top;
  margin-right: 10px;
}
/* line 51, ../sass/_informations.scss */
#informations #container .mainContent .main_wrap .content_wrapper .info_content .prize_wrapper .prize_desc .prize {
  color: #FF9393;
}
/* line 56, ../sass/_informations.scss */
#informations #container .mainContent .main_wrap .content_wrapper .info_content .prize_note {
  color: #FF5959;
}
/* line 61, ../sass/_informations.scss */
#informations #container .mainContent .main_wrap .content_wrapper ul.content_list, #informations #container .mainContent .main_wrap .content_wrapper ul.inner_list {
  margin-left: 20px;
}
/* line 67, ../sass/_informations.scss */
#informations #container .mainContent .back_index {
  display: block;
  font-size: 25px;
  padding-bottom: 4px;
  margin: 10px auto 50px;
  width: 75px;
  border-bottom: 2px solid #FFF;
}
